home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / frame_183 / PlaceObject2_992_7 / CLIPACTIONRECORD onClipEvent(mouseUp).as
Text File  |  2001-06-06  |  1KB  |  43 lines

  1. onClipEvent(mouseUp){
  2.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr1._currentframe == 3)
  3.    {
  4.       Selection.setFocus("_root.gk1");
  5.    }
  6.    if(_root.mc_goryKrzyz.mc_elemR.mc_r2mini._currentframe == 3)
  7.    {
  8.       Selection.setFocus("_root.gk2");
  9.    }
  10.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr3._currentframe == 3)
  11.    {
  12.       Selection.setFocus("_root.gk3");
  13.    }
  14.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr4._currentframe == 3)
  15.    {
  16.       Selection.setFocus("_root.gk4");
  17.    }
  18.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr6._currentframe == 3)
  19.    {
  20.       Selection.setFocus("_root.gk5");
  21.    }
  22.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr8._currentframe == 3)
  23.    {
  24.       Selection.setFocus("_root.gk6");
  25.    }
  26.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr9._currentframe == 3)
  27.    {
  28.       Selection.setFocus("_root.gk7");
  29.    }
  30.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr10._currentframe == 3)
  31.    {
  32.       Selection.setFocus("_root.gk8");
  33.    }
  34.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr11._currentframe == 3)
  35.    {
  36.       Selection.setFocus("_root.gk9");
  37.    }
  38.    if(_root.mc_goryKrzyz.mc_elemR.mc_Rr12._currentframe == 3)
  39.    {
  40.       Selection.setFocus("_root.gk10");
  41.    }
  42. }
  43.